From: Colin Walters Date: Sun, 24 Jul 2016 19:10:55 +0000 (-0400) Subject: glib.supp: Suppress worker context -> thread bits X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~49^2~58 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=544365f834eecc4138001be02bbc10064a537685;p=ostree.git glib.supp: Suppress worker context -> thread bits The worker context isn't cleaned up now. Closes: #410 Approved by: giuseppe --- diff --git a/tests/glib.supp b/tests/glib.supp index 8129c3e2..f76596a0 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -545,3 +545,10 @@ ... fun:glib_worker_main } +{ + glib_worker_2 + Memcheck:Leak + ... + fun:g_thread_new + fun:g_get_worker_context +}